home *** CD-ROM | disk | FTP | other *** search
- #
- # Mainboard Tools
- #
- mainboard_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.2 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Mainboard Tools 1/2] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " System Burn-In Test "
- set textColor = color[white on cyan]
- print " [F1] Lucifer V1.0 "
- print " "
- set textColor = color[yellow on cyan]
- print " CPU Test "
- set textColor = color[white on cyan]
- print " [F2] CPU Burn-in V1.00 [F3] Mersenne Prime Test V23.5.2 "
- print " "
- set textColor = color[yellow on cyan]
- print " Memory Test "
- set textColor = color[white on cyan]
- print " [F4] Memtest86 V3.2 [F7] DocMem RAM Diagnostic V1.45a "
- print " [F5] Memtest86+ V1.40 [F8] DocMem RAM Diagnostic V2.1b "
- print " [F6] Windows Memory Diagnostic [F9] ctramtest V5.1 "
- print " [1] TestMem4 "
- print " "
- set textColor = color[yellow on cyan]
- print " Peripherals Test "
- set textColor = color[white on cyan]
- print " [2] Parallel V1.45 [3] ATAPI CDROM Identification V2.03 "
- print " "
- print " "
- set textColor = color[blue on cyan]
- print " >>> Press [Space] for more mainboard tools ... "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then bcdw \images\freedos.img \dosapps\lucifer\startup.bat
- if ($lastKey == key[f2]); then memdisk \images\cpuburn.igz
- if ($lastKey == key[f3]); then memdisk \images\mprime.igz
- if ($lastKey == key[f4]); then memdisk \images\memtest.igz
- if ($lastKey == key[f5]); then memdisk \images\memtestp.igz
- if ($lastKey == key[f6]); then diskemu \images\windiag.img
- if ($lastKey == key[f7]); then diskemu \images\docmem1.img
- if ($lastKey == key[f8]); then diskemu \images\docmem2.img
- if ($lastKey == key[f9]); then bcdw \images\freedos.img \dosapps\ctram\startup.bat
- if ($lastKey == key[1]); then diskemu \images\tm4.img
- if ($lastKey == key[2]); then bcdw \images\freedos.img \dosapps\parallel\startup.bat
- if ($lastKey == key[3]); then bcdw \images\freedos.img \dosapps\atapicd\startup.bat
- if ($lastKey == key[space]); then script mboard2.scn
- if ($lastKey == key[esc]); then script main.scn
- goto mainboard_menu
-
-